@charset "UTF-8";

/*重置*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei"
}

a {
    color: #454545;
    text-decoration: none;
    background: transparent;
    outline: none;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}

a:focus,
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #115598;
}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
}

button {
    border: 0;
    padding: 0
}

ul,
ol,
li {
    list-style: none;
}

.main_fr_tit {
    height: 40px;
    border-bottom: 2px solid #ebebeb;
    width: 100%;
}

.main_fr_tit h1 {
    position: relative;
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    font-weight: normal;
    color: #0d8ee9;
    padding-bottom: 8px;
    float: left;
}

.main_fr_tit i {
    position: absolute;
    height: 2px;
    background: #0d8ee9;
    left: 0;
    bottom: -2px;
    width: 100%;
}

.main_fr_piclist {
    margin-top: 2px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.main_fr_piclist li {
    height: 120px;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.main_fr_piclist_pic {
    float: left;
    width: 180px;
    height: 120px;
    overflow: hidden;
}

.main_fr_piclist_pic a {
    width: 180px;
    height: 120px;
    display: block;
    overflow: hidden;
}

.main_fr_piclist_pic a img {
    width: 180px;
    height: 120px;
}

.main_fr_piclist_p {
    float: right;
    height: 120px;
    width: 780px;
    overflow: hidden;
}

.main_fr_piclist_p a {
    height: 120px;
    width: 780px;
    display: block;
}

.main_fr_piclist_p a h1 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-top: 4px;
    font-size: 22px;
    font-weight: normal;
    color: #4a4b55;
    overflow: hidden;
}

.main_fr_piclist_p a:hover h1 {
    color: #0088c7;
}

.main_fr_piclist_p a samp {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #0d8ee9;
    overflow: hidden;
}

.main_fr_piclist_p a span {
    margin-top: 2px;
    line-height: 24px;
    font-size: 14px;
    display: block;
    height: 48px;
    overflow: hidden;
    margin-bottom: 2px;
    color: #666666;
    overflow: hidden;
}


/*通用*/

.container {
    width: 1280px;
    clear: both;
    margin: 0 auto;
    /* overflow: hidden; */
}

.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.hidden,
.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    overflow: hidden;
}


/*头部*/

.header {
    background: url(topbg.jpg) no-repeat center;
    height: 200px;
}

.header-right {
    float: right;
    margin-top: 30px;
    min-width: 316px;
}

.header-link img {
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 2px;
}

.header-search {
    position: relative;
    margin-top: 25px;
}

.header-search .search-input {
    width: 100%;
    background: none;
    border: 1px solid #c8cbcd;
    line-height: 42px;
    height: 42px;
    font-size: 16px;
    border-radius: 4px;
    text-indent: 1em;
    outline: 0;
}

.header-search .search-sub {
    background: url(search.png) no-repeat center;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 8px;
    top: 8px;
    border: none;
}


/*导航条*/

.nav {
    background: #115598;
    height: 53px;
    line-height: 53px;
}

.nav a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 11.11%;
    display: block;
    float: left;
}

.nav a:hover {
    background: #0d66bf;
}

.nav a img {
    vertical-align: text-bottom;
    margin-bottom: 2px;
    margin-right: 3px;
}


/*尾部*/

.footer {
    background: #115598;
    padding-top: 40px;
    padding-bottom: 30px;
    color: #fff;
    overflow: hidden;
    width: 100%;
}

.footer .container {
    overflow: visible;
}

.footer-left {
    float: left;
    min-width: 780px;
    position: relative;
}

.footer-left_1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #5696d4;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 34px;
}

.footer-left_1 img {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 10px;
}

.footer-left_2 {
    color: #5696d4;
    font-size: 15px;
    line-height: 28px;
}

.footer-right {
    float: right;
    text-align: center;
}

.footer-qrcode {
    display: inline-block;
    margin: 0 20px;
}

.footer-qrcode div {
    margin-top: 10px;
}


/*新闻标题*/

.idx-tit2,
.idx-tit {
    height: 70px;
    line-height: 70px;
}

.idx-tit {
    border-bottom: 1px solid #e4e4e4;
}

.idx-tit>div {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #666;
    margin-right: 25px;
}

.idx-tit>div.on {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #115598;
    border-bottom: 3px solid #c13500;
    height: 70px;
    line-height: 70px;
}

.idx-tit>div.on a {
    color: #115598;
}

.idx-tit>div a {
    color: #666;
}

.idx-tit2>div {
    float: left;
    background: url(icon4.png) no-repeat left center;
    font-size: 22px;
    font-weight: bold;
    color: #115598;
    text-indent: 15px;
}

.idx-tit2>a,
.idx-tit>a {
    float: right;
    font-size: 17px;
    margin-right: 5px;
}

.idx-tit2>a img,
.idx-tit>a img {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 3px;
}


/*新闻列表*/

.idx-list,
.idx-list2,
.idx-list3 {
    margin-top: 10px;
}

.idx-list>div,
.idx-list2>div,
.idx-list3>div {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    position: relative;
    padding-left: 10px;
}

.idx-list2>div {
    padding-left: 0;
}

.idx-list>div a,
.idx-list2>div a,
.idx-list3>div a {
    float: left;
    color: #454545;
}

.idx-list>div a:hover,
.idx-list2>div a:hover,
.idx-list3>div a:hover {
    color: #115598;
}

.idx-list>div:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #999999;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

.idx-list>div span,
.idx-list2>div span,
.idx-list3>div span {
    float: right;
    color: #666;
    font-size: 15px;
}

.idx-list3>div {
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
}

.idx-list3>div a {
    color: #454545;
}

.idx-list3>div span {
    font-size: 16px;
}

.idx-list3>div:before {
    content: '';
    background: url(icon7.png);
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
}


/*图片列表*/

.img-list {
    overflow: hidden;
}

.img-list>a {
    float: left;
    display: block;
    width: 290px;
    margin-right: 40px;
    margin-top: 30px;
}

.img-list>a img {
    width: 290px;
    height: 193px;
}

.img-list>a div {
    background: #edecec;
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-size: 17px;
}

.img-list2>a {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 25px;
    margin-top: 25px;
}

.img-list2>a img {
    float: left;
    width: 161px;
    height: 116px;
}

.img-list2>a>div {
    float: left;
    width: 420px;
    padding: 4px 0 0 20px;
}

.img-list2>a>div>div {
    font-size: 20px;
    height: 52px;
}

.img-list2>a>div>p {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}


/*首页-新闻图切换*/

.idx-topnews {
    margin-top: 20px;
    /* overflow: hidden; */
}

.idx-topnew_img {
    float: left;
}

.idx-topnew_list {
    float: right;
    width: 530px;
}

.idx-topnew_list>a {
    height: 125px;
    display: block;
    padding: 15px 10px;
    margin-left: 20px;
    position: relative;
}

.idx-topnew_list>a.on,
.idx-topnew_list>a:hover {
    color: #fff;
    background: #c13500;
}

.idx-topnew_list>a.on:before,
.idx-topnew_list>a:hover:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    background: url(icon2.png);
    width: 12px;
    height: 20px;
    margin-top: -10px;
}

.idx-topnew_img img {
    width: 750px;
    height: 500px;
}


/*首页-新闻列表*/

.idx-news>div {
    width: 606px;
}


/*首页-BANNER*/

.idx-banner {
    margin-top: 20px;
}


/*首页信息公开*/

.idx-xxgk {
    margin-top: 20px;
}

.idx-xxgk a {
    width: 19.6%;
    float: left;
    display: block;
    font-size: 20px;
    text-align: center;
    background: #f8ebe7;
    color: #68544d;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    margin-right: 0.4%;
}

.idx-xxgk a img {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 5px;
}


/*首页-政务公开*/

.idx-zwgk-nav {
    margin-top: 20px;
    overflow: hidden;
}

.idx-zwgk-nav>a {
    height: 43px;
    line-height: 43px;
    width: 147px;
    display: block;
    float: left;
    margin-right: 14px;
    border-radius: 43px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
}

.idx-zwgk-nav>a.on,
.idx-zwgk-nav>a:hover {
    background: #d4d4d4;
}

.idx-zwgk .idx-news {
    margin-top: 5px;
    overflow: hidden;
}


/*首页-文旅专题*/

.idx-wlzt {
    position: relative;
    overflow: hidden;
}

.idx-wlzt-img {
    min-width: 1400px;
}

.idx-wlzt-img>a {
    float: left;
    margin-right: 27px;
}

.idx-wlzt-left,
.idx-wlzt-right {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    display: block;
    width: 21px;
    height: 44px;
}

.idx-wlzt-left {
    left: 0;
}

.idx-wlzt-right {
    right: 0;
}


/*首页-互动交流*/

.idx-hdjl {
    background: #f8f8f8;
    padding: 25px 0;
    overflow: hidden;
}

.idx-hdjl a {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

.idx-hdjl a div {
    margin-top: 10px;
}


/*首页-公共服务*/

.idx-ggfw a {
    float: left;
    margin-right: 40px;
    display: block;
    margin-bottom: 9px;
}

.idx-ggfw a img {
    width: 290px;
    height: 145px;
}


/*首页-友情链接*/

.idx-link-tit {
    font-weight: bold;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #e6edf3;
    padding-left: 10px;
}

.idx-link-tit a {
    margin-left: 30px;
    display: inline-block;
    font-weight: normal;
}

.idx-link-tit a.on {
    border-bottom: 2px solid #c13500;
    height: 50px;
    line-height: 50px;
}

.idx-link-list {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}

.idx-link-list a {
    color: #666;
    display: block;
    /* width: 20%; */
    margin-right: 25px;
    float: left;
    margin-bottom: 20px;
    font-size: 18px;
    text-indent: 10px;
}


/*当前*/

.location {
    height: 50px;
    line-height: 50px;
}

.location a {
    font-size: 16px;
    color: #666;
}

.location img {
    margin-bottom: 4px;
    vertical-align: middle;
    margin-left: 10px;
}


/*图片频道页切换*/

.change-img {
    height: 468px;
}

.change-img {
    overflow: hidden;
    height: 500px;
}

.change-img .fl {
    width: 750px;
}

.change-img .fl img {
    width: 750px;
    height: 500px;
}

.change-img .fr {
    width: 530px;
    background: #e8e9ea;
    height: 500px;
    position: relative;
    padding: 68px 68px 50px 68px
}

.change-img-tit {
    font-size: 26px;
    color: #115598;
    font-weight: bold;
}

.change-img-summary {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    text-indent: 2em;
    line-height: 26px;
}

.change-img-dot {
    position: absolute;
    right: 68px;
    bottom: 50px;
}

.change-img-dot span {
    width: 11px;
    height: 11px;
    background: url(icon6.png) no-repeat center;
    float: left;
    margin-left: 5px;
}

.change-img-dot span.on {
    background: url(icon5.png) no-repeat center;
}


/*县市区切换*/

.list-nav {
    margin-top: 20px;
}

.list-nav a {
    display: block;
    float: left;
    width: 8.13%;
    margin-right: 0.21%;
    background: #dfedf8;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 47px;
    line-height: 47px;
}

.list-nav a.on,
.list-nav a:hover {
    color: #fff;
    background: #c13500
}


/*文章内容*/

.content {
    margin-bottom: 30px;
}


/*修改覆盖*/

.idx-tit2,
.idx-tit {
    height: 60px;
    line-height: 60px;
}

.idx-tit>div {
    line-height: 66px;
    height: 60px;
}

.idx-tit>div.on {
    height: 60px;
    line-height: 66px;
}


/* .idx-list2  div{line-height: 36px;height:36px;overflow: hidden;position:relative;padding-left:10px;}
.idx-list2  div{padding-left:0;}
.idx-list2  div a{float:left;color:#454545;}
.idx-list2 div a:hover{color:#115598;}
.idx-list2  div span{float:right;color:#666;font-size: 15px;} */

.idx-list div,
.idx-list2 div,
.idx-list3 div {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    position: relative;
    padding-left: 10px;
}

.idx-list2 div {
    padding-left: 0;
}

.idx-list div a,
.idx-list2 div a,
.idx-list3 div a {
    float: left;
    color: #454545;
}

.idx-list div a:hover,
.idx-list2 div a:hover,
.idx-list3 div a:hover {
    color: #115598;
}

.idx-list div:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #999999;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

.idx-list div span,
.idx-list2 div span,
.idx-list3 div span {
    float: right;
    color: #666;
    font-size: 15px;
}

.idx-list3 div {
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
}

.idx-list3 div a {
    color: #454545;
}

.idx-list3 div span {
    font-size: 16px;
}

.idx-list3 div:before {
    content: '';
    background: url(icon7.png);
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
}


/**/

.left-nav-a.on,
.left-nav-a:hover {
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1825/site/picture/0/bdeb2ceff8d1408db08febff4b2b83af.png) !important;
    color: #fff !important;
}


/*其他*/

.main_fr_sjpiclist {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.main_fr_sjpiclist li {
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.main_fr_sjpiclist_pic {
    float: left;
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.main_fr_sjpiclist_pic a {
    height: 200px;
    width: 300px;
    display: block;
}

.main_fr_sjpiclist_pic a img {
    height: 200px;
    width: 300px;
}

.main_fr_sjpiclist_p {
    float: right;
    height: 200px;
    width: 415px;
    overflow: hidden;
    position: relative;
}

.main_fr_sjpiclist_p_tit {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
}

.main_fr_sjpiclist_p_tit a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
}

.main_fr_sjpiclist_p_tit a h1 {
    font-size: 22px;
    color: #4a4b55;
    font-weight: normal;
}

.main_fr_sjpiclist_p_tit a:hover h1 {
    color: #0088c7;
}

.main_fr_sjpiclist_p span {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    display: block;
    height: 120px;
    overflow: hidden;
}

.main_fr_sjpiclist_p_a {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100px;
    height: 36px;
    line-height: 36px;
}

.main_fr_sjpiclist_p_a a {
    display: block;
    padding-left: 15px;
    padding-right: 24px;
    width: 61px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: url(sjicon1.jpg) no-repeat;
}

.main_fr_sjpiclist_p_a a:hover {
    background: url(sjicon2.jpg) no-repeat;
}

.main_fr_sjjdlist {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.main_fr_sjjdlist li {
    height: 200px;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.main_fr_sjjdlist_pic {
    float: left;
    width: 445px;
    height: 200px;
    overflow: hidden;
}

.main_fr_sjjdlist_pic a {
    height: 200px;
    width: 445px;
    display: block;
}

.main_fr_sjjdlist_pic a img {
    height: 200px;
    width: 445px;
}

.main_fr_sjjdlist_p {
    float: right;
    height: 200px;
    width: 500px;
    overflow: hidden;
    position: relative;
}

.main_fr_sjjdlist_p_tit {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
}

.main_fr_sjjdlist_p_tit a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
}

.main_fr_sjjdlist_p_tit a h1 {
    font-size: 22px;
    color: #4a4b55;
    font-weight: normal;
}

.main_fr_sjjdlist_p_tit a:hover h1 {
    color: #0088c7;
}

.main_fr_sjjdlist_p span {
    margin-top: 9px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    display: block;
    height: 112px;
    overflow: hidden;
}

.main_fr_sjjdlist_p_a {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100px;
    height: 36px;
    line-height: 36px;
}

.main_fr_sjjdlist_p_a a {
    display: block;
    padding-left: 15px;
    padding-right: 24px;
    width: auto;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: url(sjicon1.jpg) no-repeat;
}

.main_fr_sjjdlist_p_a a:hover {
    background: url(sjicon2.jpg) no-repeat;
}


/*1200修改*/

body {
    font-size: 15px;
}

.container {
    width: 1200px;
    overflow: inherit !important;
}

.idx-topnew_img img {
    width: 702px;
    height: 468px;
}

.idx-topnew_list {
    width: 498px;
}

.idx-topnew_list>a {
    height: 117px;
    padding: 17px 10px !important;
}

.idx-news>div {
    width: 580px;
}

.idx-zwgk-nav>a {
    width: 137px;
}

.header-link {
    margin-top: 5px;
}

.header-search {
    margin-top: 20px;
}

.idx-topnew_list>a div {
    color: #454545;
}


/*公共服务*/

.idx-ggfw a img {
    height: 145px;
}

.idx-ggfw a img.row2 {
    height: 185px !important;
}

.idx-link-list a,
.footer-left_1,
.idx-list div a,
.idx-list2 div a,
.idx-list3 div a,
.idx-list div span,
.idx-list2 div span,
.idx-list3 div span {
    font-size: 15px !important;
}

.idx-ggfw li {
    width: 219px;
    height: 219px;
    margin-left: 11px;
    float: left;
    border-radius: 3px;
    cursor: auto;
    overflow: hidden;
    position: relative;
    background: #269aef;
    margin-bottom: 11px;
}

.idx-ggfw li p {
    color: #fff;
    height: 70px;
    line-height: 60px;
    font-size: 20px;
}

.idx-ggfw li:first-child {
    margin-left: 0;
}

.idx-ggfw li .zwfw-tscxList_itemcon {
    width: 219px;
    height: 219px;
    text-align: center;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=10);
    padding-top: 30px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.idx-ggfw li .zwfw-tscxList_itemcon>.item_title {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 15px;
}

.idx-ggfw li .zwfw-tscxList_itemcon>.item_subtitle {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 22px;
}

.idx-ggfw li .zwfw-tscxList_itemcon>.go_btn {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: none;
}

.idx-ggfw li:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
}

.idx-ggfw li:hover .zwfw-tscxList_itemcon {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    padding: 40px;
    padding-top: 40px;
    background: #1492ff;
    opacity: 0.95;
}
.mobile_type .idx-ggfw li:hover .zwfw-tscxList_itemcon {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    padding: 10px;
    padding-top: 5px;
    background: #1492ff;
    opacity: 0.95;
}

.idx-ggfw li:hover .zwfw-tscxList_itemcon p {
    display: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.idx-ggfw li:hover .zwfw-tscxList_itemcon .idx-ggfw-img {
    display: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-shadow: 0px 2px 14px 0px #2182ca;
}

.idx-ggfw li:hover .go_btn {
    display: inline-block;
}

.idx-ggfw2 li {
    width: 200px;
    height: 200px;
    float: left;
    overflow: hidden;
    position: relative;
}

.idx-ggfw2 li>.zwfw-tscxList_itemcon {
    width: 200px;
    height: 200px;
    text-align: center;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=10);
    position: relative;
    z-index: 1;
}

.idx-ggfw2 li>.zwfw-tscxList_itemcon img {
    width: 200px;
    height: 161px;
}

.idx-ggfw2 li>.zwfw-tscxList_itemcon>.go_btn {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: none;
}

.idx-ggfw2 li:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
}

.idx-ggfw2 li:hover .zwfw-tscxList_itemcon {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    padding: 15px;
    padding-top: 18px;
    background: #1492ff;
    opacity: 0.95;
}

.idx-ggfw2 li:hover .go_btn {
    display: inline-block;
}

.idx-ggfw2 li:hover .go_btn img {
    width: 100%;
}


/*工作动态*/

.change-img .fl {
    width: 702px;
}

.change-img-summary {
    font-size: 15px;
}

.change-img .fl img {
    width: 702px;
    height: 468px;
}

.change-img .fr {
    width: 498px;
    height: 468px;
    padding: 46px 60px 46px 60px;
}

.img-list2>a>div>p {
    font-size: 15px;
    margin-top: 12px;
}

.img-list2>a>div {
    padding: 2px 0 0 20px;
}

.img-list2>a img {
    width: 150px;
    height: 100px;
}

.img-list2>a>div>div {
    font-size: 18px;
    height: 46px;
}

.idx-list3 div {
    height: 44px;
    line-height: 44px;
}

.idx-list3 div:before {
    background: url('icon7.png') no-repeat center;
    margin-top: -2px;
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
}

.img-list a {
    width: 269px;
}

.img-list a img {
    width: 300px;
    height: 105px;
}

.img-list a div {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
}


/* .img-list a div{font-size:15px;line-height:27px;padding:5px 5px 0 5px;} */


/*公共服务列表*/

.content.container>.fr {
    width: 900px !important;
}

.main_fr_sjjdlist_p {
    width: 430px;
}

.main_fr_sjjdlist_p span {
    font-size: 15px;
}


/*专题*/

.zhuanti-a {
    width: 382px !important;
    margin-right: 18px !important;
    font-size: 16px !important;
    height: 50px !important;
    line-height: 50px !important;
}


/*文章*/


/* #barrierfree_container > div.content.container > div,.bt_content{width:1200px !important;}
#barrierfree_container > div.content.container > div > div{width:1140px !important;} */


/*文章手机适配<meta name="viewport" content="width=device-width, initial-scale=1">*/

@media screen and (max-width: 640px) {
    /* .header {
        display: none
    }
    .footer,
    .nav,
    .location {
        display: none
    } */
    .container,
    #barrierfree_container>div.content.container>div,
    .bt_content,
    #zoom,
    #barrierfree_container>div.content.container>div>div {
        width: auto !important;
        max-width: 100% !important;
    }
    body {
        min-width: auto !important;
    }
    #barrierfree_container>div.content.container>div {
        padding: 10px !important;
    }
    /* #c>tbody>tr:nth-child(1)>td {
        font-size: 20px !important;
    }
    #c>tbody>tr:nth-child(2)>td>table>tbody>tr>td {
        font-size: 10px !important;
    } */
    #barrierfree_container>div.content.container>div>div {}
    #zoom img {
        width: auto !important;
        height: auto !important;
    }
}


/*适老*/

.old_type .container {
    width: 1200px;
}

.old_type .header-right {
    float: right;
    margin-top: 30px;
    width: auto;
    height: auto;
    margin-right: 34px;
}

.old_type .header-search {
    position: relative;
    width: auto;
    height: auto;
}

.old_type .header-search .search-input {
    width: 350px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    border-width: 1px;
}

.old_type .header-search .search-sub {
    width: 40px;
    height: 60px;
    float: right;
    border: 0;
    background-size: 35px;
    margin: -7px;
}

.old_type .nav {
    height: 60px;
}

.old_type .nav a {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.old_type .nav a img {
    height: 31px;
}

.old_type .nav .menu {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.old_type .nav .menu .loginItems22 a {
    height: auto !important;
    font-size: 24px !important;
    display: block;
    font-weight: bold;
}

.old_type .nav .menu .loginBtns a {
    width: 100%;
    font-size: 30px;
    height: 60px;
}

.old_type .loginItems22 {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 66;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    padding-top: 12px;
}

.old_type .news_tt {
    height: 202px;
}

.old_type .headLines .headLines-container {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px 3%;
}

.old_type .headLines .tag-head {
    margin-top: 65px;
}

.old_type .headLinesWrap a {
    display: inline-block;
    padding-left: 20px;
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/images/40254/dian_on.png) no-repeat left center;
    background-size: 9px;
    line-height: 60px;
    font-size: 30px;
    color: #126fd8;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.old_type .ts_more {
    font-size: 24px;
}

.old_type .idx-news .idx-news-left {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 30px;
}

.old_type .idx-news-right {
    width: 100% !important;
    height: auto;
    margin-bottom: 30px;
}

.old_type .idx-news .idx-news-right {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-bottom: 30px;
}

.old_type .idx-tit div {
    font-size: 40px;
    font-weight: bold;
}

.old_type .idx-tit a {
    font-size: 40px;
    font-weight: bold;
}

.old_type .idx-tit img {
    height: 30px;
}

.old_type .idx-list div {
    height: 70px;
    line-height: 70px;
}

.old_type .govpushinfo150203 li {
    height: 70px;
    line-height: 70px;
}

.old_type .govpushinfo150203 {
    width: 100% !important;
    height: auto !important;
}

.old_type .idx-list a {
    font-size: 30px !important;
    line-height: 60px;
}

.old_type .idx-list span {
    font-size: 30px !important;
    line-height: 60px;
}

.old_type .idx-news .a {
    border: 1px solid #e2e2e2;
    overflow: hidden;
    padding: 0px 25px;
    width: 100% !important;
    height: auto;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.old_type .idx-tit div {
    font-size: 40px;
}

.old_type .idx-tit2 div {
    font-weight: bold;
    font-size: 40px;
}

.old_type .mtpt li {
    width: 230px;
}

.old_type .mtpt li span {
    font-size: 35px;
    font-weight: bold;
    padding-top: 5px;
}

.old_type .mtpt li div img {
    top: -180px !important;
    left: 50px !important;
    display: none;
}

.old_type #wximg6 {
    top: -295px !important;
    left: -10px !important;
}

.old_type .b-x {
    margin: 20px 0px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    padding: 0px 25px;
    width: 100% !important;
    height: auto;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.old_type .b-x a {
    display: block;
    width: 100%;
    height: auto !important;
    overflow: hidden;
}

.old_type .b-x a img {
    width: 1140px !important;
    height: 230px;
}

.old_type .b-x div {
    margin-top: 12px;
    width: 100% !important;
    height: 60px !important;
    line-height: 60px !important;
}

.old_type .b-x div a {
    font-size: 40px !important;
    font-weight: bold;
}

.old_type.idx-tit2 {
    height: 60px;
    line-height: 60px;
    width: 100%;
    margin: 20px 0px;
}

.old_type .idx-tit2 a {
    font-weight: bold;
    font-size: 40px;
}

.old_type .idx-tit2 img {
    width: 30px;
}

.old_type .b-x ul {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 25px;
    background: #f2f5f8
}

.old_type .b-x ul li {
    float: left;
    width: 210px !important;
    text-align: center;
    line-height: initial;
}

.old_type .b-x ul li p {
    font-size: 30px;
}

.old_type .b-x ul li a img {
    display: block;
    margin: 0 auto;
    height: auto !important;
    width: auto !important;
}

.old_type .idx-list2 div {
    height: 70px;
    line-height: 70px;
}

.old_type .idx-list2 a {
    font-size: 30px !important;
    line-height: 60px;
}

.old_type .idx-list2 span {
    font-size: 30px !important;
    line-height: 60px;
}

.old_type .idx-zwgk-nav a {
    font-size: 27px;
}

.old_type .zwfw-tscxList_itemcon p {
    font-size: 30px;
}

.old_type .zwfw-tscxList_itemcon img {
    width: 100px;
}

.old_type .idx-ggfw li .zwfw-tscxList_itemcon p {
    font-size: 27px;
}

.old_type .idx-ggfw li .zwfw-tscxList_itemcon img {
    width: 100px;
}

.old_type .idx-link-tit {
    font-size: 30px;
}

.old_type .idx-link-list a {
    font-size: 30px !important;
    width: auto;
    margin: 0 5px 10px;
}

.old_type .idx-wlzt-img a img {
    width: 240px !important;
}


/*底*/

.old_type .footer-left_1 p {
    font-size: 30px;
}

.old_type .footer-left_1 img {
    width: 30px;
}

.old_type .footer-left_2 p {
    font-size: 36px;
    line-height: 72px;
}

.old_type .foot-logo a {
    right: 727px !important;
    bottom: -87px !important;
}

.old_type .footer-right .footer-qrcode div {
    font-size: 25px;
}

.old_type ._jiucuo_ {
    position: absolute;
    top: 5px !important;
    left: 990px !important;
}


/*文章 */

.old_type .location .container {
    width: 1200px;
    font-weight: bold;
    font-size: 30px;
    margin: 10px auto;
}

.old_type .location img {
    width: 25px;
}

.old_type .location a {
    font-weight: bold;
    font-size: 30px;
}

.old_type .location table {
    font-weight: bold;
    font-size: 30px;
}

.old_type .content .fl {
    width: 100% !important;
}

.old_type .content .fl .left-nav-a {
    width: auto !important;
    height: 60px !important;
    line-height: 60px !important;
    float: left;
    font-size: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 0px 10px;
    text-indent: 0px !important;
}

.old_type .content .fr {
    width: 100% !important;
}

.old_type .default_pgContainer .idx-list3 div {
    height: 60px !important;
    line-height: 60px !important;
}

.old_type .default_pgContainer .idx-list3 div a {
    font-size: 30px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
}

.old_type .default_pgContainer .zwxx div a {
    width: auto;
}

.old_type .default_pgContainer .idx-list3 div span {
    font-size: 30px !important;
}

.old_type .clear .idx-list3 div {
    height: 60px !important;
    line-height: 60px !important;
}

.old_type .clear .idx-list3 div a {
    font-size: 30px !important;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.old_type .clear .idx-list3 div span {
    font-size: 30px !important;
}

.old_type .xxgk_article td {
    font-size: 30px;
}

.old_type .leader_box td {
    font-size: 30px !important;
}

.old_type #zoom,
.old_type #zoom p,
.old_type #zoom p a,
.old_type #zoom a,
.old_type #zoom tr td {
    font-size: 30px !important;
    line-height: 60px !important;
}

.old_type #zoom span,
.old_type #zoom strong {
    font-size: 36px !important;
    line-height: 60px !important;
}

.old_type .fenxiang .fx-cen a {
    font-size: 24px !important;
}

.old_type .fr .default_pgContainer ul li {
    font-size: 30px !important;
    line-height: 60px !important;
}


/*公共服务*/

.old_type .list-nav a {
    font-size: 30px;
}

.old_type .main_fr_sjpiclist li {
    height: auto !important;
}

.old_type .main_fr_sjjdlist_p_tit a h1 {
    font-size: 30px;
    font-weight: bold;
}

.old_type .main_fr_sjjdlist_p span {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.old_type .container .location a {
    font-size: 30px;
}

.old_type .container .location img {
    width: 26px
}

.old_type .container .location tbody {
    font-size: 30px;
}

.old_type .container .location tbody a {
    font-size: 30px;
}

.old_type .content .fr .change-img-tit {
    font-size: 30px;
}

.old_type .change-img-summary {
    font-size: 30px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 200px;
    line-height: 40px;
    margin-top: 30px;
}

.old_type .idx-tit .on {
    font-size: 40px;
}

.old_type.idx-tit a {
    font-size: 30px;
}

.old_type.idx-tit a img {
    width: 24px;
}

.old_type.idx-list3 div a {
    font-size: 30px !important;
}


/*工作动态*/

.old_type .img-list2 img {
    width: 300px;
    height: 200px;
}

.old_type .img-list2>a>div {
    width: 70%;
}

.old_type .img-list2>a>div>div {
    font-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.old_type .img-list2>a>div>p {
    font-size: 24px;
}

.old_type .img-list a div {
    font-size: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 60px;
    height: auto !important;
}

.old_type .img-list tbody {
    display: block;
}

.old_type .img-list tbody tr {
    width: 1200px;
    display: block;
}

.old_type .img-list tbody tr td {
    width: 50%;
    display: inline-block;
    max-width: 100% !important;
}

.old_type .img-list tbody tr td a {
    float: none;
    width: 580px;
}

.old_type .img-list tbody tr td a img {
    width: 580px !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.old_type .img-list2 tbody {
    display: block;
}

.old_type .img-list2 tbody tr {
    width: 1200px;
    display: block;
}

.old_type .img-list2 tbody tr td {
    width: 50%;
    display: inline-block;
    max-width: 100% !important;
}

.old_type .img-list2 tbody tr td a {
    float: none;
    width: 580px;
}

.old_type .img-list2 tbody tr td a img {
    width: 580px !important;
    height: 207px !important;
    max-width: 100%;
    max-height: 100%;
}

.old_type .zhuanti-a {
    font-size: 30px !important;
    text-indent: 10px !important;
    white-space: nowrap;
    width: 48% !important;
    height: 60px !important;
    line-height: 60px !important;
    text-align: center;
}

.old_type .idx-list3 div {
    height: 60px !important;
    line-height: 60px !important;
}

.old_type .idx-list3 div a {
    font-size: 30px !important;
}

.old_type .idx-list3 div span {
    font-size: 30px !important;
}


/*通用模板*/

.old_type .change-img_item .fl {
    width: 50% !important;
}

.old_type .change-img_item .fl a img {
    height: 339px;
}

.old_type .change-img_item .fr {
    width: 50% !important;
}

.old_type .img-list2 tr td a div {
    width: 100%;
    font-size: 30px;
    line-height: 40px !important;
}


/*首页新闻图片*/

.old_type .sy-top-img .idx-topnew_img {
    display: inline-block;
    width: 100%;
}

.old_type .sy-top-img .idx-topnew_img img {
    width: 100%;
    height: auto;
}

.old_type .sy-top-img .idx-topnew_list {
    display: inline-block;
    width: 100%;
}

.old_type .sy-top-img .idx-topnew_list>a {
    height: auto !important;
}

.old_type .sy-top-img .idx-topnew_list>a h3 {
    font-size: 35px;
    height: auto !important;
}

.old_type .sy-top-img .idx-topnew_list>a div {
    font-size: 30px !important;
    line-height: 40px !important;
}

.old_type .sy-top-img .idx-topnew_list>a.on:before {
    display: none;
}

.old_type .idx-news .b-x ul li p {
    font-size: 30px;
}


/*顶部*/

.old_type .inner_box {
    font-size: 30px;
}

.old_type .version li {
    font-size: 30px;
}

.old_type .loginBtns2 {
    font-size: 30px;
}

.old_type .loginItems2 {
    font-size: 30px !important;
    background-size: 100%;
    width: 135px !important;
    height: auto;
}


/*工作动态修*/

.old_type .gzdt-img .change-img-tit {
    font-size: 35px;
    color: #115598;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.old_type .gzdt-img .change-img-summary {
    font-size: 30px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 200px;
    line-height: 40px;
    margin-top: 40px;
}

.old_type .gzdt-img .change-img_item .fl {
    width: 58.5% !important;
}

.old_type .gzdt-img .change-img_item .fl a img {
    height: 468px;
}

.old_type .gzdt-img .change-img_item .fr {
    width: 41.5% !important;
}


/* 老年版分页样式 */

.old_type .default_pgToolbar {
    background: none;
    border: none;
    margin-bottom: 15px;
}

.old_type .default_pgPanel tr td:nth-child(4) {
    display: none;
}

.old_type .default_pgPerPage {
    display: none;
}

.old_type .default_pgFirst {
    width: 100px;
    height: 50px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750056957395.gif?0.8464583259109282) no-repeat center;
    background-size: contain;
}

.old_type .default_pgFirstDisabled {
    width: 120px;
    height: 50px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750057307151.gif?0.5108747882150775) no-repeat center;
    ;
    cursor: auto;
    background-size: contain;
}

.old_type .default_pgPrev {
    width: 120px;
    height: 50px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750056576457.png?0.9947478346842384) no-repeat center;
    background-size: contain;
}

.old_type .default_pgPrevDisabled {
    width: 120px;
    height: 50px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750055769343.gif?0.25040286213511576) no-repeat center;
    cursor: auto;
    background-size: contain;
}

.old_type .default_separator {
    display: none;
}

.old_type .default_pgNext {
    width: 120px;
    height: 50px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750035367898.gif?0.8966763508287363) no-repeat center;
    background-size: contain;
}

.old_type .default_pgLast {
    width: 100px;
    height: 50px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750035036922.gif?0.45672629097432615) no-repeat center;
    background-size: contain;
}

.old_type .default_pgRefresh {
    width: 120px;
    height: 50px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750056171308.gif?0.8023270272895751) no-repeat center;
    background-size: contain;
}

.old_type .default_pgSearchInfo {
    display: none;
}

.old_type .default_pgToolbar td {
    font-size: 20px;
    width: auto;
    padding: 0 0px 0 0px;
}

.old_type .default_pgToolbar td input {
    outline: none;
}

.old_type .default_pgCurrentPage {
    width: 36px;
    height: 50px;
    line-height: 50px;
}

.old_type .default_pgPanel {
    margin: 0 auto;
    float: none;
    width: auto !IMPORTANT;
}

.old_type .headLines .tag-head span {
    display: block;
    position: absolute;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 80px;
    min-height: 93px;
    font-size: 30px;
    line-height: 93px;
    padding: 0;
    box-sizing: border-box;
}

.old_type .headLines .tag-head img {
    width: 80px;
}


/* 老年版分页样式end */

.old_type #c tr:nth-child(1) td {
    font-size: 40px !important;
    line-height: 60px !important;
}

.old_type .bt-article-02 .sp_title {
    font-size: 40px !important;
    line-height: 60px !important;
}

.old_type .bt-article-02 .info {
    font-size: 30px !important;
    float: left;
    width: 100%;
}

.old_type #c tr:nth-child(2) {
    margin: 20px 0px;
    /* display: inline-block; */
}

.old_type #c tr:nth-child(2) td table tr td {
    padding-right: 30px !important;
    color: #333 !important;
    font-size: 30px !important;
    float: left;
}

.old_type .content div div table tr td {
    font-size: 30px !important;
}

.old_type .location .ariarow1 td {
    width: auto !important;
}

.old_type .dqwz tr td {
    width: auto !important;
}

.old_type .idx-ggfw li .zwfw-tscxList_itemcon>.go_btn img {
    width: 150px;
}

.old_type .main_fr_sjjdlist_p {
    margin-right: 200px;
}

.old_type .wlzt-tit {
    padding-bottom: 50px;
}

.old_type .img-list a {
    width: 45%;
}

.old_type .img-list a img {
    width: 100% !important;
    height: 50% !important;
}

.old_type .gz-wlyw .img-list2 a {
    width: 100% !important;
    margin-right: auto !important;
}

.old_type .img-list2 a {
    width: 45%;
    margin-right: 15px;
}

.old_type .img-list2 img {
    width: 100% !important;
    height: auto !important;
}

.old_type .img-list2>a>div {
    width: 100% !important;
    font-size: 30px;
    height: auto !important;
    line-height: 50px !important;
}


/*移动顶尾部*/

body.mobile_type,
.mobile_type textarea,
.mobile_type input,
.mobile_type button,
.mobile_type select,
.mobile_type keygen,
.mobile_type legend {
    font-size: 3.5vw !important;
}

body.mobile_type {
    min-width: initial !important;
    width: 100%;
    overflow-x: hidden;
    display: revert;
}

.mobile_type .header_top {
    height: auto;
    line-height: 6vw;
    padding: 3vw 0;
}

.mobile_type .inner_box {
    width: 100%;
}

.mobile_type .version {
    line-height: 6vw;
    margin-top: 0;
    padding-left: 20px;
    width: 100%;
}

.mobile_type .weblink li,
.mobile_type .version li,
.mobile_type #login2,
.mobile_type .loginBtns2 {
    line-height: 6vw;
    height: auto;
    border-right: none!important;
    border-left: none!important;
    font-size: 3.5vw;
}

.mobile_type .weblink {
    margin-top: 0;
    float: left;
}

.mobile_type .loginBtns {
    width: auto;
    height: 8vw;
    line-height: 8vw;
    color: #333333;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

.clearfix:after {
    content: '';
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

.mobile_type .header {
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2332/site/picture/0/2209261008354048258.png?0.8233487985265349) no-repeat;
    background-size: cover;
    height: auto;
    padding: 0vw 0 10vw;
}

.mobile_type .header-right {
    display: block;
    float: none;
    margin: 0vw auto;
    padding-top: 80px;
    height: auto;
    width: 50% !important;
}

.mobile_type .nav {
    overflow: visible;
    height: auto;
    display: inline-block !important;
    width: 100% !important;
    padding: 2vw 0;
}

.mobile_type .nav a {
    display: block;
    width: 33.33%;
    float: left;
    font-size: 4vw;
    color: #FFF;
    text-align: center;
    line-height: 10vw;
}

.mobile_type .nav a img {
    display: none;
}

.mobile_type .idx-link {
    padding-bottom: 3vw;
}

.mobile_type .idx-link-tit {
    height: auto !important;
}

.mobile_type .idx-link-list a {
    width: auto !important;
}

.mobile_type .footer-left_1 {
    font-size: 3.5vw !IMPORTANT;
}

.mobile_type .footer-left_2 {
    padding-top: 4vw;
    font-size: 3.5vw;
    padding-bottom: 4vw;
}

.mobile_type .footer-left {
    min-width: min-content !important;
}

.mobile_type ._jiucuo_ {
    position: relative !important;
    margin-left: 10;
    top: auto !important;
    left: auto !important;
}

.mobile_type .footer-right {
    margin-top: 20px;
}


/*首页广告*/

.mobile_type #xjgk5,
.mobile_type #xjgk4 {
    display: none !important;
}


/*要闻*/

.mobile_type .news_tt {
    height: auto;
    padding-bottom: 10px !important;
}

.mobile_type .headLines {
    position: initial !important;
}

.mobile_type .news_tt .swiper-container {
    height: auto;
}

.mobile_type .news_tt .swiper-container .swiper-wrapper {
    height: auto;
}

.mobile_type .tag-head {
    display: none;
}

.mobile_type .headLinesWrap.lf {
    float: none;
    width: 100%;
    display: block;
}

.mobile_type a.ts_more {
    display: block;
    width: 100%;
    float: none;
    position: initial;
    text-align: right;
}

.mobile_type .headLinesWrap {
    width: 60%;
    margin-left: 2%;
}

.mobile_type .idx-topnew_img {
    width: 100%;
    height: auto;
    float: left;
    padding: 0vw 2vw;
    box-sizing: border-box;
}

.mobile_type .idx-topnew_img img {
    width: auto !important;
    height: auto !important;
}

.mobile_type .idx-topnew_list {
    width: 100%;
    margin-bottom: 10px;
}

.mobile_type .idx-topnew_list>a {
    height: auto;
}

.mobile_type .idx-news-left {
    width: 100% !important;
    height: auto;
    float: left;
    padding: 0vw 2vw;
    box-sizing: border-box;
    margin: 2vw 0vw;
}

.mobile_type .idx-list div a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
}

.mobile_type .idx-news-right {
    width: 100% !important;
    height: auto;
    float: left;
    padding: 0vw 2vw;
    box-sizing: border-box;
    margin: 2vw 0vw;
}

.mobile_type .idx-banner .changeDiv img {
    width: 100vw;
    height: 90px;
}

.mobile_type .idx-news {
    margin-bottom: 25px;
}

.mobile_type .idx-news .setfont .mtpt {
    width: 100% !important;
}

.mobile_type .mtpt li>img {
    width: 100vw !important;
}

.mobile_type .idx-list2 div a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
}

.mobile_type .idx-news .a {
    width: 100% !important;
}

.mobile_type .idx-news .b-x {
    width: 100% !important;
}

.mobile_type .idx-news .b-x a img {
    width: 100vw;
    height: 120px;
}

.mobile_type .b-x .ariafontcontent {
    width: 100% !important;
}

.mobile_type .idx-tit a {
    width: auto !important;
}

.mobile_type .idx-tit2 ul {
    width: 100%;
    height: auto;
    padding: 2vw;
    box-sizing: border-box;
    margin-top: 3vw;
}

.mobile_type .idx-news .b-x ul li {
    width: 45% !important;
    margin-bottom: 10px;
    height: auto !important;
}

.mobile_type .idx-news .b-x ul li a img {
    width: 30vw;
    height: 15vw;
}

.mobile_type .idx-ggfw li {
    margin-left: 11px !important;
}

.mobile_type .idx-ggfw a {
    width: 100% !important;
}

.mobile_type .idx-ggfw2 a img {
    width: 100% !important;
}

.mobile_type .idx-ggfw2 ul {
    width: 100% !important;
    background-color: #0d8fed;
}

.mobile_type .idx-ggfw2 li {
    margin: 10px 18px 10px;
}

.mobile_type .mtpt li {
    margin-right: 20px !important;
}


/*栏目页*/

.mobile_type .content .fl {
    width: 100% !important;
}

.mobile_type .content .fl .setfont {
    display: block;
    float: none;
    box-sizing: border-box;
    padding: 2vw;
    width: 100%;
}

.mobile_type .content .fl .setfont a {
    height: auto !important;
    line-height: 8vw !important;
    font-size: 4vw;
    width: auto !important;
    float: left;
    margin: 1vw;
    text-align: center;
    text-indent: 0 !important;
    padding: 2vw 4vw;
    border: navajowhite;
}

.mobile_type .content .fl .left-nav-a {
    height: auto !important;
    line-height: 8vw !important;
    font-size: 4vw;
    width: auto !important;
    float: left;
    margin: 1vw;
    text-align: center;
    text-indent: 0 !important;
    padding: 2vw 4vw;
    border: navajowhite;
}

.mobile_type .content .fr {
    width: 100% !important;
}

.mobile_type .zwxx div a {
    width: 100% !important;
}

.mobile_type .zwxx div a span {
    width: 85% !important;
}

.mobile_type .idx-list3 div span p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mobile_type .content .fr {
    width: 100% !important;
}

.mobile_type .fr .default_pgContainer .idx-list3 div a {
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mobile_type .fr .default_pgContainer .idx-list3 div span {
    width: auto;
}

.mobile_type #zoom img {
    max-width: 100% !important;
}

.mobile_type .xxgk_article td {
    line-height: 8vw!important;
}


/*工作动态*/

.mobile_type .img-list2 a {
    height: auto;
    width: 100% !IMPORTANT;
    white-space: normal !important;
}

.mobile_type .img-list2 a img {
    width: 100vw;
    height: 50vw;
}

.mobile_type .img-list2>a>div {
    width: 100%;
}

.mobile_type .idx-news-left div a {
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mobile_type .govpushinfo150203 {
    width: 100% !important;
    height: auto !important;
}

.mobile_type .govpushinfo150203 li {
    height: auto;
}

.mobile_type .idx-tit div a {
    width: auto !important;
}

.mobile_type .idx-news-left div span {
    width: auto;
}

.mobile_type .idx-news-right div a {
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mobile_type .idx-news-right div span {
    width: auto;
}


/*公共服务*/

.mobile_type .main_fr_sjjdlist_pic {
    width: 100%;
}

.mobile_type .main_fr_sjjdlist_pic a {
    width: 100%;
}

.mobile_type .main_fr_sjjdlist_pic a img {
    height: 50vw;
    width: 100vw;
}

.mobile_type .main_fr_sjjdlist_p {
    width: 100%;
    height: auto !important;
}

.mobile_type .container .idx-tit2 {
    margin-bottom: 25px;
}


/*文旅专题*/

.mobile_type .img-list tr {
    width: 100%;
    display: block;
}

.mobile_type .img-list tr td {
    width: 100%;
    display: block;
    max-width: none;
}

.mobile_type .img-list td a {
    width: 100%;
}

.mobile_type .img-list td a img {
    width: 100%;
    height: auto;
}

.mobile_type .change-img-dot span {
    display: none;
}

.mobile_type .img-list2 tr {
    width: 100%;
    display: block;
}

.mobile_type .img-list2 tr td {
    width: 100%;
    display: block;
    max-width: none;
}

.mobile_type .img-list2 td a {
    width: 100%;
}

.mobile_type .img-list2 td a img {
    width: 100%;
    height: auto;
}

.mobile_type .syzwgk {
    width: 100% !important;
}

.mobile_type .qsxdt {
    width: 100% !important;
}

.mobile_type .sy-top-img {
    width: 100% !important;
}

.mobile_type .idx-topnew_list>a.on:before {
    display: none;
}

.mobile_type .idx-topnew_list>a {
    margin-left: 0;
}

.mobile_type .weblink li {
    padding-left: 10px !important;
}

.mobile_type .syzwgk .idx-zwgk .idx-news .idx-news-left table {
    width: 100%;
    display: block;
}

.mobile_type .syzwgk .idx-zwgk .idx-news .idx-news-left table tbody {
    display: block;
}

.mobile_type .syzwgk .idx-zwgk .idx-news .idx-news-left table tbody tr {
    display: inline-block;
    width: 100%;
}

.mobile_type .syzwgk .idx-zwgk .idx-news .idx-news-left table tbody tr td {
    display: inline-block;
    width: 100% !important;
}

.mobile_type .syzwgk .idx-zwgk .idx-news .idx-news-right table {
    width: 100%;
    display: block;
}

.mobile_type .syzwgk .idx-zwgk .idx-news .idx-news-right table tbody {
    display: block;
}

.mobile_type .syzwgk .idx-zwgk .idx-news .idx-news-right table tbody tr {
    display: inline-block;
    width: 100%;
}

.mobile_type .syzwgk .idx-zwgk .idx-news .idx-news-right table tbody tr td {
    display: inline-block;
    width: 100% !important;
}

.mobile_type .footer {
    height: auto;
}


/* 手机版分页条 */

.mobile_type .default_pgToolbar {
    background: none;
    border: none;
}

.mobile_type .default_pgPerPage {
    display: none;
}

.mobile_type .default_pgFirst {
    width: 8vw;
    height: 6.6667vw;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750056957395.gif?0.8464583259109282) no-repeat center;
    background-size: contain;
    margin-right: 1.3333vw;
}

.mobile_type .default_pgFirstDisabled {
    width: 8vw;
    height: 6.6667vw;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750057307151.gif?0.5108747882150775) no-repeat center;
    cursor: auto;
    background-size: contain;
    margin-right: 1.3333vw;
}

.mobile_type .default_pgPrev {
    width: 12vw;
    height: 6.6667vw;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750056576457.png?0.9947478346842384) no-repeat center;
    background-size: contain;
    margin-right: 1.3333vw;
}

.mobile_type .default_pgPrevDisabled {
    width: 12vw;
    height: 6.6667vw;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750055769343.gif?0.25040286213511576) no-repeat center;
    cursor: auto;
    background-size: contain;
    margin-right: 1.3333vw;
}

.mobile_type .default_separator {
    display: none;
}

.mobile_type .default_pgNext {
    width: 12vw;
    height: 6.6667vw;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750035367898.gif?0.8966763508287363) no-repeat center;
    background-size: contain;
    margin-left: 1.3333vw;
}

.mobile_type .default_pgLast {
    width: 8.1vw;
    height: 6.6667vw;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750035036922.gif?0.45672629097432615) no-repeat center;
    background-size: contain;
    margin-left: 1.3333vw;
}

.mobile_type .default_pgRefresh {
    width: 8.4vw;
    height: 5.7333vw;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3614/site/picture/1552/2110181750056171308.gif?0.8023270272895751) no-repeat center;
    background-size: contain;
}

.mobile_type .default_pgSearchInfo {
    display: none;
}

.mobile_type .default_pgToolbar td {
    font-size: 2.4vw;
    width: auto;
    padding: 0 0px 0 0px;
}

.mobile_type .default_pgToolbar td input {
    outline: none;
}

.mobile_type .default_pgCurrentPage {
    width: 4.8vw;
    height: 6.6667vw;
    line-height: 6.6667vw;
}

.mobile_type .default_pgPanel {
    float: none;
    margin: 0 auto;
}

.mobile_type .default_pgPanel>tbody>tr>td:nth-child(4) {
    display: none;
}


/* 手机版分页条 */

.mobile_type .img-list2>a>div>div {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: bold;
    height: auto;
}

.mobile_type .img-list a div {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto !important;
}

.mobile_type .change-img-tit {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.mobile_type .change-img-summary {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mobile_type .location .ariarow1 td {
    width: auto !important;
}

.mobile_type .dqwz tr td {
    width: auto !important;
}

.mobile_type .main_fr_sjjdlist_p_tit a h1 {
    height: auto;
}

.mobile_type .main_fr_sjjdlist_p_tit a {
    height: auto;
}

.mobile_type .main_fr_sjjdlist_p_tit {
    height: auto;
}

.mobile_type .main_fr_sjpiclist li {
    height: auto;
}

.mobile_type .mobile_type .main_fr_sjjdlist_p {
    height: auto;
}

.mobile_type .main_fr_sjjdlist_p span {
    height: auto;
    margin-bottom: 60px;
}

.mobile_type .main_fr_sjjdlist_p_a {
    height: auto;
    width: auto;
}

.mobile_type .main_fr_sjjdlist_p_a a {
    background-size: 132%;
}

.mobile_type .wzy-xx td {
    width: auto;
    float: left;
}

.mobile_type .zhuanti-a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.mobile_type .location .ariarow1 td {
    width: auto !important;
}

.mobile_type .ny-content div {
    box-sizing: border-box;
}

.mobile_type .ny-content div {
    width: 100% !important;
    padding: 2vw !important;
    box-sizing: border-box;
}

.mobile_type div#zoom {
    width: 100% !important;
    font-size: 3.5vw !important;
    line-height: 8vw !important;
}

.mobile_type .ny-content div {
    width: 100% !important;
    padding: 2vw !important;
    box-sizing: border-box;
}

.mobile_type #zoom table {
    width: 100%;
    table-layout: auto;
    overflow-x: auto;
}

.mobile_type #zoom table tbody {
    table-layout: auto;
    width: 100% !important;
    display: flow-root;
}

.mobile_type #zoom table th,
.mobile_type #zoom table tr,
.mobile_type #zoom table td {
    word-break: break-word;
    width: auto !important;
    font-size: 13px;
    color: #4d4d4d;
}

.mobile_type .gzdt-img {
    width: 100%;
}

.mobile_type .gzdt-img .change-img_item {
    width: 100%;
}

.mobile_type .gzdt-img .change-img .fl {
    width: 100%;
    height: auto;
}

.mobile_type .gzdt-img .change-img .fl img {
    width: 100%;
    height: auto;
}

.mobile_type .gzdt-img .change-img .fr {
    width: 100%;
    height: auto;
}

.mobile_type .gzdt-img .change-img-tit {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.mobile_type .gzdt-img .change-img-summary {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mobile_type .footer-left_1 p {
    color: #fff;
}

.mobile_type .idx-ggfw li p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto !important;
}

.mobile_type .wzy-ny tbody tr {
    width: 100%;
    display: inline-block;
}

.mobile_type .wzy-ny tbody tr td {
    width: 100%;
    display: inline-block;
}

.mobile_type .wzy-ny video {
    width: 100%;
    display: inline-block;
}

.mobile_type .change-img .fr {
    width: 100%;
}

.mobile_type .change-img .fl {
    width: 100%;
}

.mobile_type .change-img .fl img {
    width: 100%;
    height: auto;
}

.mobile_type .img-list a {
    width: 100%;
}

.mobile_type .img-list a img {
    width: 100%;
    height: auto;
}